chore(release): v0.13.3 - #153
Merged
Merged
Conversation
install.sh resolves releases/latest, so everything merged since v0.13.2 has been sitting on main unreachable — `moshcode dns enable` exists in the source and not in anyone's binary. The headline is the DNS bridge (#141). Moshpit names now resolve for every program on the machine, not just inside TronBrowser: each OS gets the mechanism that routes ONE SUFFIX rather than the one that replaces the resolver — /etc/resolver on macOS, systemd-resolved routing-only domains or dnsmasq on Linux, an NRPT rule per namespace on Windows. moshcode dns enable / disable / status moshcode uninstall <engine|tool> (#150, completion in #151) The pit gained most of a namespace registry in between: key pins per name (#137), pasted bulk claiming with per-line price and target (#138, #142, #143, #146), all-numeric endings (#147), /n/<name> serving a name or a directory (#145, #149), and Buy Now on an unclaimed name (#148). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
vu1nz Security Review0 finding(s) in PR #? No security issues found. |
The bump rewrote package.json through a JSON serialiser that defaults to ASCII, turning the em-dash in `description` into —. Valid JSON and the same string once parsed, but a gratuitous diff in a commit that should touch one line. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump only —
package.json0.13.2 → 0.13.3, no code changes.install.shresolvesreleases/latest, so all 15 commits merged since v0.13.2 have been sitting onmainunreachable.moshcode dns enableexists in the source and in nobody's binary.Headline: the DNS bridge (#141)
Moshpit names resolve for every program on the machine, not just inside TronBrowser. Each OS gets the mechanism that routes one suffix rather than the one that replaces the resolver:
/etc/resolver/<tld>The pit gained most of a namespace registry
.420,.187(pit: let an ending be all digits #147)/n/<name>serving a pointed name or a directory (pit: serve a Moshpit name at /n/<name> #145, pit: a parked name is a page, not a 404 #149)Plus shell completion (#140) and a moshscript
--dry-runfix (#139).After merge
There's no release workflow in this repo, so the tag alone isn't enough —
install.shreads the Release, not the tag. I'll push the tag and create the release, or:git tag v0.13.3 && git push origin v0.13.3 gh release create v0.13.3 --generate-notes🤖 Generated with Claude Code